home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / Software / Construc / V4.0 / _SETUP.1 / Load Page.jss < prev    next >
Encoding:
Text File  |  1999-07-01  |  88 b   |  3 lines

  1. // Loads another page
  2. URL="enter address of file to load here";
  3. document.location=URL;